-
-
Notifications
You must be signed in to change notification settings - Fork 284
dunst: set highlight color #2011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
sand4rt
commented
Nov 21, 2025
- I certify that I have the right to submit this contribution under the MIT license
- Commit messages adhere to Stylix commit conventions
- Theming changes adhere to the Stylix style guide
- Changes have been tested locally
- Changes have been tested in testbeds
- Each commit in this PR is suitable for backport to the current stable branch
trueNAHO
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this option not deprecated:
DEPRECATED OPTIONS Old version of dunst allowed changing the colors of different urgencies through command line options. This has been long removed in favour of RULES, see issue #328. -li/ni/ci icon Set notification icon. -lf/nf/cf color Set notification foreground color. -lb/nb/cb color Set notification background color. -lh/nh/ch color Set notification highlight color. -lfr/nfr/cfr color Set notification frame color. -lto/nto/cto secs Set notification timeout time.--
dunst(1)
Could you show what this improves with a screenshot and provide a reproducible command?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebasing this PR on top of #2021, shows that dunst already applies the correct color based on the urgency:
| Before | After |
|---|---|
![]() |
![]() |
This patch nullifies this feature, which is undesirable. Should the highlight colors not be based on the urgency color?
Alright, i'll close this one. My preference would be to keep the progress bar consistent regardless of urgency level, since the urgency is already communicated clearly enough. |
Since these highlight colors seem hard-coded, it would still be nice to have them properly match the urgency color. I suppose in this case, it should match the border color ( |



